home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 58517 / 58517.xpi / content / overlay.xul < prev    next >
Extensible Markup Language  |  2010-01-09  |  1KB  |  25 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3.  
  4. <!DOCTYPE overlay SYSTEM "chrome://vexpand/locale/vexpandLocale.dtd" >
  5. <overlay id="vexpandOverlay"
  6.          xmlns:html="http://www.w3.org/1999/xhtml"
  7.          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  8.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.          
  10.     <stringbundleset id="stringbundleset">
  11.         <stringbundle id="vexpand_strings" src="chrome://vexpand/locale/vexpandLocale.properties"/>
  12.     </stringbundleset>
  13.   <script type="application/x-javascript" src="chrome://vexpand/content/vexpand.js"></script>
  14.   
  15.   <script language="JavaScript">
  16.     try{window.addEventListener("load", vexpand.init, true);}catch(e){}
  17.   </script>
  18.  
  19.   <popup id="contentAreaContextMenu">
  20.     <menuitem id="vexpand-context-link-menu" label="&VExpand.ForLink;" oncommand="vexpand.getLinkInfo(vexpand.getLink());" class="menuitem-iconic" image="&VExpand.Icon;"/>
  21.     <menuitem id="vexpand-copy-link-menu" label="&VExpand.CopyLinkUrl;" oncommand="vexpand.copyCurrentAnchor(this);"/>
  22.   </popup>
  23.     
  24. </overlay>
  25.